PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / inverseTransformPoints Method
An array of Objects that represents the points to transform.
In This Topic
    inverseTransformPoints Method
    In This Topic
    Applies the geometric transform represented by the inverse of this matrix to the specified array of points.
    Syntax
    public void inverseTransformPoints( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of Objects that represents the points to transform.
    See Also